projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9942191
)
Make the testsuite happy that get gets the default value
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 25 Jun 2013 15:48:16 +0000
(11:48 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 25 Jun 2013 16:39:20 +0000
(12:39 -0400)
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index a9a9c45c7ea9e73a0bf0255421ff46454c4f0891..890fe511d449f89b721115dc5958f827c17446e8 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-540,7
+540,7
@@
gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
g_param_spec_string ("logo-icon-name",
P_("Logo Icon Name"),
P_("A named icon to use as the logo for the about box."),
-
NULL
,
+
"image-missing"
,
GTK_PARAM_READWRITE));
/**
* GtkAboutDialog:wrap-license: